首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
mt_getrandmax
mt_getrandmax
顯示隨機數的最大可能值
名稱:
mt_getrandmax
分類:
數學
所屬語言:
php
一句話介紹:
顯示隨機數的最大可能值。
相關內容
如何使用mt_getrandmax() 配合mt_rand() 生成範圍隨機數
8
mt_getrandmax() 與mt_rand() 一起使用時的常見問題
2
同類函數
fdiv
fdiv
在IEEE754語義下執行浮點除法
ceil
ceil
進一法取整
tan
tan
正切
asinh
asinh
反雙曲正弦
acosh
acosh
反雙曲餘弦
intdiv
intdiv
對除法結果取整
exp
exp
計算e的指數
getrandmax
getrandmax
顯示隨機數最大的可能值
熱門文章
如何使用mt_getrandmax() 配合mt_rand() 生成範圍隨機數
mt_getrandmax() 與mt_rand() 一起使用時的常見問題